.pk-front-panel,
.pk-show-panel {
    display: none;
}
@media (min-width: 1024px) {
    .h100 {
        height: 100%;
    }
    .pk-front-panel {
        display: block;
        position: fixed;
        width: 440px;
        top: 0;
        right: 0;
        border: none;
        background: #f3f3f3;
        overflow: auto;
        z-index: 9999;
        transition: all 0.2s linear;
        transform: translateX(0);
    }
    .pkfp-closed {
        transform: translateX(440px);
    }
    .pkfp-wn {
        position: fixed;
        bottom: 100px;
        right: 20px;
        font-size: 13px;
        font-weight: bold;
        line-height: 13px;
        cursor: pointer;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        color: #fff;
        background-color: #f44236;
        box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.22);
        display: flex;
        align-items: center;
        text-align: center;
        z-index: 9;
    }
    .frontpanelopen .pk-whats-new {
        background-color: rgba(0, 0, 0, 0.6);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
    }
    .pkfp-wn span {
        position: absolute;
        width: 15px;
        height: 15px;
        background: #363f46;
        color: #fff;
        text-align: center;
        line-height: 15px;
        top: 0;
        right: 0;
        border-radius: 50%;
        font-size: 11px;
    }
    .pk-front-space {
        padding: 20px;
    }
    .pk-front-space iframe {
        border: none;
        width: 100%;
        height: 100%;
    }
    .pkfp-heading {
        background: #313537;
        color: #fff;
        line-height: 36px;
        padding: 20px 25px;
        font-family: Roboto;
        font-size: 25px;
        display: flex;
        align-items: center;
    }
    .pkfp-heading > div {
        margin: 0;
        flex-grow: 1;
        font-family: Roboto;
        font-weight: 100;
    }
    .pkfp-heading > div strong {
        font-weight: 500;
    }
    .pkfp-close,
    .pkfp-close:hover {
        background: none;
        padding: 0;
        width: 16px;
        height: 16px;
    }
    .pkfp-close:hover {
        transform: rotate(90deg);
        transition: transform 0.6s easeOutBack;
    }
    .pkfp-close svg {
        fill: #fff;
        color: #fff;
        width: 16px;
        height: 16px;
    }
}
